home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Linux Cubed Series 3: Developer Tools
/
Linux Cubed Series 3 - Developer Tools.iso
/
devel
/
lang
/
lisp
/
stk-3.002
/
stk-3
/
STk-3.1
/
Doc
/
Manual
/
Makefile
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Makefile
|
1996-07-23
|
328 b
|
34 lines
###
### Makefile for the man pages
###
all: ps txt
dvi:
ps: stk.ps stk.txt man-pages.ps
txt: stk.txt
#
# Manual pages
#
man-pages.ps:
groff -man *.n > man-pages.ps
#
# STk man page
#
stk.ps: stk.1
groff -man stk.1 > stk.ps
stk.txt: stk.1
nroff -man stk.1 > stk.txt
clean:
rm -f *~
very-clean: clean
rm -f *.ps